func reflect.hashMightPanic

4 uses

	reflect (current package)
		map_swiss.go#L83: 	if hashMightPanic(ktyp) {
		type.go#L2022: func hashMightPanic(t *abi.Type) bool {
		type.go#L2028: 		return hashMightPanic(tt.Elem)
		type.go#L2032: 			if hashMightPanic(f.Typ) {